home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / stack26.zip / HISTORY.STK < prev    next >
Text File  |  1990-06-22  |  4KB  |  100 lines

  1. STACK REVISION HISTORY
  2. ======================
  3.  
  4. Version    Changes
  5. -------    -------
  6.  
  7. 2.0        Complete rewrite
  8.  
  9. 2.1  -     Modified so that when auto window display is enabled the
  10.            command line doesn't contain an initial command
  11.  
  12.      -     Added 'sort' options for command stack (these options are
  13.            set using the setup program):
  14.            No sort - default
  15.            Move Forward - when a command is executed it is moved
  16.              forward to the end of the command stack.  The effect of
  17.              this is that the most used command drift towards the end
  18.              of the command stack and the others fall of the top
  19.            Delete Least Used - when more room is needed in the
  20.              command stack rather than delete the command on top the
  21.              oldest, least used command is deleted
  22.            Both - enables both Move Forward and Delete Least Used
  23.  
  24.     -     Allow a command (in the command stack) to be recalled by
  25.           typing the first few letters and pressing the search key.
  26.           The number of characters used in the search and the trigger
  27.           key can be set using the setup utility.  This facility can
  28.           also be disabled using the setup program.
  29.  
  30.     -     Stack now makes a more thorough search to see if it has been
  31.           loaded before to prevent multiple loading.
  32.  
  33.     -     The same error message is now used to indicate an error
  34.           updating STACK.COM or a data file (ie. for the Alt-w, Ctrl-w
  35.           and Ctrl-r commands)
  36.  
  37.     -     The setup program, STACKUP, now accepts a full pathname on
  38.           the command line to tell it where to find the STACK command
  39.           file to modify.  In addition if you have renamed the .COM
  40.           file then using STACKUP followed by the modified filename
  41.           will cause STACKUP to record the modified name in the
  42.           command file so that Alt-w will work correctly.
  43.  
  44.     -     AND YES A BUG !  Version 2.0 didn't correctly check the last
  45.           character when checking if a command was already in the
  46.           stack.  Now it does.
  47.  
  48. 2.2 -     Didn't get the fix of the bug mentioned above quite right
  49.           but I'm fairly sure I've got it this time.
  50.  
  51.     -     provided the option of using a file name stored inside of
  52.           STACK for Ctrl-W and Ctrl-R commands instead of having to
  53.           enter a file name on the command line
  54.  
  55.     -     provided room to store upto 30 characters for the path and
  56.           file name used for Alt-W, Ctrl-W and Ctrl-R commands
  57.  
  58.     -     can now prevent repositioning of command line if it would
  59.           have clashed with the window display.  If the command line
  60.           is not repositioned then it is temporarily shortened to
  61.           prevent it overwriting the window.
  62.  
  63. 2.3 -     had another go at stopping the command line bumping into the
  64.           window (and got it right this time !?)
  65.  
  66.     -     stopped output of message on successful read (Ctrl-R)
  67.  
  68.     -     corrected minor bugs with delete of character at end of line
  69.           and using the back tab key for searching
  70.  
  71.     -     re-arranged a few things and reduced the size of STACK by a
  72.           few hundred bytes
  73.  
  74.     -     added a /v option to use if the screen display behaves
  75.           strangely when running STACKUP
  76.  
  77.     -     Third time lucky ?  I thought I had fixed the bug that
  78.           allowed duplicate commands to sneak into the stack but I
  79.           have had reports to the contrary.  Dare I say I've got it
  80.           this time ?
  81.  
  82. 2.4 -     Regards the last question - NO !  Well not quite, in some
  83.           situations when the "bring forward" sort option was selected
  84.           the second last command would duplicate.  Thanks to some
  85.           help from Jeff Bowles I may have got it this time.
  86.  
  87.     -     At Jeff Bowles' suggestion I added an option to allow F3 to
  88.           act the same as the UP key.
  89.  
  90.     -     Changed STACKUP a little and fixed the disappearing cursor 
  91.           on exit
  92.  
  93. 2.5 -     Changed to keep usage information when command copied 
  94.           forward in command stack
  95.  
  96.     -     fixed STACKUP to allow modification of F3 option
  97.  
  98. 2.6 -     Recently I spent six weeks away from home.  When checking 
  99.           STACK on my return I found I had two different files labeled
  100.           version 2.5 ! Version 2.6 is primarily to remove this confusion.